Fan2d106
This model is a neural network for face alignment that take RGB images of faces as input and produces coordinates of 106 faces landmarks.
The model have
an input with the shape (1x3x192x192)
an output with the shape (1x212)
Functions
model
Link copied to clipboard
pretrainedModel
Link copied to clipboard
open override fun pretrainedModel(modelHub: ModelHub): Fan2D106FaceAlignmentModel
Content copied to clipboard
Properties
inputShape
Link copied to clipboard
modelRelativePath
Link copied to clipboard
preprocessor
Link copied to clipboard
open override val preprocessor: Operation<Pair<FloatArray, TensorShape>, Pair<FloatArray, TensorShape>>
Content copied to clipboard